Operation boolean
isAlive (), in Class Thread
Documentation
* Tests if this thread is alive. A thread is alive if it has
* been started and has not yet died.
*
* @return <code>true</code> if this thread is alive;
* <code>false</code> otherwise.
* @since JDK1.0
Concurrency | Sequential | Export Control | PublicAccess |
Property Settings
Java
Final | True | Native | True |
Abstract | False | Static | False |
Synchronized | False | | |